Skip to content

Conversation

iamjpotts
Copy link
Contributor

Make Postgres CI job more reliable by splitting the Postgres GitHub workflow job into two jobs which use their own separate docker container, instead of the current situation where one job attempts to tear down the container used by previous steps, and start a new one bound to the same host port.

Prevents bind failures.

Also fixes a deprecation warning by removing the deprecated version field from the docker compose file.

This pr is a cherry pick out of #3950.

Does your PR solve an issue?

Prevents CI failures caused by bind failures during the creation of the Postgres container used for testing SSL based authentication.

Is this a breaking change?

No - only changes the GitHub workflow and another file used by tests.

@iamjpotts iamjpotts marked this pull request as ready for review August 16, 2025 02:46
@abonander abonander merged commit a096548 into launchbadge:main Aug 18, 2025
104 checks passed
@iamjpotts iamjpotts deleted the jp/split-postgres-ci-job branch August 19, 2025 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants